home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM35 / TFORM35.txt < prev   
Text File  |  1996-10-22  |  1KB  |  76 lines

  1. object Form35: TForm35
  2.   Left = 150
  3.   Top = 190
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Anchor'
  8.   ClientHeight = 113
  9.   ClientWidth = 355
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 32
  21.     Top = 24
  22.     Width = 68
  23.     Height = 13
  24.     Caption = 'Anchor Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 32
  28.     Top = 56
  29.     Width = 56
  30.     Height = 13
  31.     Caption = 'Description:'
  32.   end
  33.   object Image1: TImage
  34.     Left = 8
  35.     Top = 24
  36.     Width = 14
  37.     Height = 14
  38.     AutoSize = True
  39.     Picture.Data = {<image000.bmp>}
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 104
  43.     Top = 16
  44.     Width = 233
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 104
  50.     Top = 48
  51.     Width = 233
  52.     Height = 21
  53.     TabOrder = 1
  54.   end
  55.   object Button1: TButton
  56.     Left = 192
  57.     Top = 80
  58.     Width = 67
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     Default = True
  62.     TabOrder = 2
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 280
  67.     Top = 80
  68.     Width = 65
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     TabOrder = 3
  73.     OnClick = Button2Click
  74.   end
  75. end
  76.